type net/http.httpRange
8 uses
net/http (current package)
fs.go#L990: type httpRange struct {
fs.go#L994: func (r httpRange) contentRange(size int64) string {
fs.go#L998: func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
fs.go#L1007: func parseRange(s string, size int64) ([]httpRange, error) {
fs.go#L1015: var ranges []httpRange
fs.go#L1027: var r httpRange
fs.go#L1091: func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
fs.go#L1103: func sumRangesSize(ranges []httpRange) (size int64) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |